Fix shortcuts window sizing
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 May 2019 21:06:27 +0000 (17:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 May 2019 21:06:27 +0000 (17:06 -0400)
commite0cc72e94fce3044afe5df97c1df065e9deae5c0
treed1fcbc10517dd5e2026f5b8f9462a77a562fec14
parent82afe850e8721880d7fe5b01c2510926e568c66a
Fix shortcuts window sizing

We were deferring the reflow until map, but this
leads to the section initially having an enormous
height and the window picks up that size before
we have a chance to reflow, This could be seen
in the "Builder" demo in gtk4-demo.

Closes: https://gitlab.gnome.org/GNOME/gtk/issues/11
gtk/gtkshortcutssection.c